Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

feat: enable custom gas price and limit #704

Merged
merged 7 commits into from
Jun 28, 2021

Conversation

lucachaco
Copy link
Contributor

@lucachaco lucachaco commented Jun 18, 2021

Enable selection custom gas price and limit.

image

@lucachaco lucachaco force-pushed the advanced-gas-options branch from 497a6f0 to c94b251 Compare June 21, 2021 15:27
@lucachaco lucachaco changed the title (WIP) feat: enable custom gas price and limit feat: enable custom gas price and limit Jun 24, 2021
const amountPlaceholderText = Transfer.generateAmountPlaceholderText(symbol, type, currency, prices);
this.setState({ customFeeValue, amountPlaceholderText });
// this.setState({ customFeeValue amountPlaceholderText });
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove all comments

@lucachaco lucachaco force-pushed the advanced-gas-options branch from 5829fee to c8427c7 Compare June 24, 2021 19:52
@@ -66,7 +66,11 @@
"enterMemo": "Inserir uma nota de transação",
"slideConfirm": "Deslize para confirmar",
"balance": "Saldo",
"unavailableAddress": "O endereço da carteira digitado não é válido"
"unavailableAddress": "O endereço da carteira digitado não é válido",
"advanced": "Opciones Avanzadas",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"advanced": "Opciones Avanzadas",
"advanced": "Opções avançadas",

"unavailableAddress": "O endereço da carteira digitado não é válido",
"advanced": "Opciones Avanzadas",
"gasPrice": "Preço da Gás",
"gasLimit": "Limite de Gás",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"gasLimit": "Limite de Gás",
"gasLimit": "Limite Gás",

"unavailableAddress": "O endereço da carteira digitado não é válido"
"unavailableAddress": "O endereço da carteira digitado não é válido",
"advanced": "Opciones Avanzadas",
"gasPrice": "Preço da Gás",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"gasPrice": "Preço da Gás",
"gasPrice": "Preço Gás",

Copy link
Contributor

@bitcoinuser bitcoinuser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes PT-BR

@patogallaiovlabs patogallaiovlabs added this to the v2.0.1 milestone Jun 25, 2021
@lucachaco lucachaco force-pushed the advanced-gas-options branch from 0476ed2 to a0297c7 Compare June 28, 2021 16:07
@patogallaiovlabs patogallaiovlabs merged commit cb4e4ef into master Jun 28, 2021
@patogallaiovlabs patogallaiovlabs deleted the advanced-gas-options branch June 28, 2021 20:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants